JBoss Community Archive (Read Only)

PicketLink

PicketLink Extensions Endpoints

PicketLink Extension contains many REST endpoints, driven by JAX-RS. 

They are as follows:

SignInEndpoint

All applications need users to sign in.  The SignInEndpoint JAX-RS endpoint allows users to authenticate against an identity store.  In the background, the endpoint uses the PicketLink IDM component to perform the authentication.

The REST path is :    /signin

LogoutEndpoint

All applications need users to logout once they are done with their tasks. The LogoutEndpoint JAX-RS endpoint allows users to logout of their authenticated sessions.

The REST path is:  /logout

UserInfoEndpoint

The UserInfoEndpoint JAX-RS endpoint provides information on the current authenticated user to the client application.

The REST path is:  /userinfo

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:19:30 UTC, last content change 2013-01-22 19:31:31 UTC.